#
# Copyright (c) Microsoft Corporation. All rights reserved. 
# 
# You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt).
# If you do not agree to the terms, do not use the code.
# 

library		  =  iomgr
specialcflags =  -I..\..

asobjs=

ccarchobjs=

ccobjs= \
	$(OBJ)\cancelapi.obj 	\
	$(OBJ)\complete.obj 	\
	$(OBJ)\create.obj   	\
	$(OBJ)\devctrl.obj  	\
	$(OBJ)\dev2dos.obj 		\
	$(OBJ)\dir.obj     	 	\
	$(OBJ)\errorlog.obj	 	\
	$(OBJ)\fsctrl.obj   	\
	$(OBJ)\internal.obj 	\
	$(OBJ)\iodata.obj   	\
	$(OBJ)\ioinit.obj   	\
	$(OBJ)\iosubs.obj   	\
	$(OBJ)\loadunld.obj 	\
	$(OBJ)\lock.obj     	\
	$(OBJ)\misc.obj     	\
	$(OBJ)\objsup.obj   	\
	$(OBJ)\open.obj     	\
	$(OBJ)\parse.obj    	\
	$(OBJ)\qsea.obj     	\
	$(OBJ)\qsfs.obj     	\
	$(OBJ)\qsinfo.obj   	\
	$(OBJ)\qsquota.obj  	\
	$(OBJ)\read.obj     	\
	$(OBJ)\write.obj

!include $(ntos)\BUILD\makefile.build

